Returns a preview of the HTML Email that will be sent and the included message

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

query Parameters
is_customer_facing
boolean

If True, render a template for sending a quote to a customer. Else, render a request for quote to be sent to a vendor.

Responses
200

The HTML Template and Message

Response Schema: application/json
message
string
template
string
default

Default error response

get/quoting/spotnegotiations/shipments/{shipmentId}/spot-negotiations/preview/
Request samples
Response samples
application/json
{
  • "message": "string",
  • "template": "string"
}
Copyright © Shipwell 2024. All right reserved.